home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMFTPBROWSER / TFRMFTPBROWSER.txt
Encoding:
Text File  |  2003-01-14  |  20.9 KB  |  624 lines

  1. object frmFTPBrowser: TfrmFTPBrowser
  2.   Left = 407
  3.   Top = 157
  4.   Width = 492
  5.   Height = 606
  6.   Caption = 'FTP Browse'
  7.   Color = clBtnFace
  8.   Constraints.MinWidth = 490
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object spltSplitter: TSplitter
  20.     Left = 0
  21.     Top = 266
  22.     Width = 484
  23.     Height = 3
  24.     Cursor = crSizeNS
  25.     Align = alTop
  26.     AutoSnap = False
  27.   end
  28.   object pnlBottom: TPanel
  29.     Left = 0
  30.     Top = 529
  31.     Width = 484
  32.     Height = 31
  33.     Align = alBottom
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     object btnClose: TButton
  37.       Left = 408
  38.       Top = 4
  39.       Width = 75
  40.       Height = 25
  41.       Anchors = [akTop, akRight]
  42.       Cancel = True
  43.       Caption = 'Close'
  44.       TabOrder = 0
  45.       OnClick = btnCloseClick
  46.     end
  47.     object btnSelect: TButton
  48.       Left = 328
  49.       Top = 4
  50.       Width = 75
  51.       Height = 25
  52.       Anchors = [akTop, akRight]
  53.       Caption = 'Select'
  54.       TabOrder = 1
  55.       OnClick = btnSelectClick
  56.     end
  57.   end
  58.   object pnlTop: TPanel
  59.     Left = 0
  60.     Top = 0
  61.     Width = 484
  62.     Height = 221
  63.     Align = alTop
  64.     BevelOuter = bvNone
  65.     TabOrder = 1
  66.     object lblUser: TLabel
  67.       Left = 140
  68.       Top = 4
  69.       Width = 117
  70.       Height = 13
  71.       AutoSize = False
  72.       Caption = 'User name:'
  73.     end
  74.     object lblPass: TLabel
  75.       Left = 280
  76.       Top = 4
  77.       Width = 117
  78.       Height = 13
  79.       AutoSize = False
  80.       Caption = 'Password:'
  81.     end
  82.     object lblHost: TLabel
  83.       Left = 4
  84.       Top = 4
  85.       Width = 125
  86.       Height = 13
  87.       AutoSize = False
  88.       Caption = 'Host:'
  89.     end
  90.     object btnProxy: TSpeedButton
  91.       Left = 4
  92.       Top = 64
  93.       Width = 85
  94.       Height = 25
  95.       AllowAllUp = True
  96.       GroupIndex = 1
  97.       Caption = 'Proxy Settings'
  98.       OnClick = btnProxyClick
  99.     end
  100.     object lblProxyType: TLabel
  101.       Left = 4
  102.       Top = 95
  103.       Width = 129
  104.       Height = 13
  105.       AutoSize = False
  106.       Caption = 'Proxy &type:'
  107.       FocusControl = cbxFWType
  108.       WordWrap = True
  109.     end
  110.     object lblProxyPort: TLabel
  111.       Left = 4
  112.       Top = 175
  113.       Width = 125
  114.       Height = 13
  115.       AutoSize = False
  116.       Caption = 'Proxy p&ort:'
  117.       FocusControl = edtProxyPort
  118.     end
  119.     object lblProxyHost: TLabel
  120.       Left = 4
  121.       Top = 136
  122.       Width = 149
  123.       Height = 13
  124.       AutoSize = False
  125.       Caption = 'Proxy &host:'
  126.       FocusControl = edtProxyHost
  127.     end
  128.     object lblProxyUserID: TLabel
  129.       Left = 140
  130.       Top = 136
  131.       Width = 125
  132.       Height = 13
  133.       AutoSize = False
  134.       Caption = '&User ID:'
  135.       FocusControl = edtProxyUserID
  136.     end
  137.     object lblProxyPass: TLabel
  138.       Left = 280
  139.       Top = 136
  140.       Width = 121
  141.       Height = 13
  142.       AutoSize = False
  143.       Caption = '&Password:'
  144.       FocusControl = edtProxyPass
  145.     end
  146.     object lblPort: TLabel
  147.       Left = 280
  148.       Top = 44
  149.       Width = 129
  150.       Height = 13
  151.       AutoSize = False
  152.       Caption = 'Port:'
  153.     end
  154.     object lblCustomCommand: TLabel
  155.       Left = 140
  156.       Top = 176
  157.       Width = 87
  158.       Height = 13
  159.       Caption = 'Custom command:'
  160.       Visible = False
  161.     end
  162.     object edtUser: TEdit
  163.       Left = 140
  164.       Top = 20
  165.       Width = 133
  166.       Height = 21
  167.       TabOrder = 1
  168.     end
  169.     object edtPass: TEdit
  170.       Left = 280
  171.       Top = 20
  172.       Width = 117
  173.       Height = 21
  174.       PasswordChar = '*'
  175.       TabOrder = 2
  176.     end
  177.     object btnConnect: TButton
  178.       Left = 404
  179.       Top = 16
  180.       Width = 75
  181.       Height = 25
  182.       Caption = 'Connect'
  183.       Default = True
  184.       TabOrder = 4
  185.       OnClick = btnConnectClick
  186.     end
  187.     object chkPassive: TCheckBox
  188.       Left = 4
  189.       Top = 44
  190.       Width = 265
  191.       Height = 17
  192.       Caption = 'P&assive mode (for firewalls)'
  193.       TabOrder = 5
  194.     end
  195.     object cbxFWType: TComboBox
  196.       Left = 4
  197.       Top = 111
  198.       Width = 129
  199.       Height = 21
  200.       Style = csDropDownList
  201.       ItemHeight = 13
  202.       TabOrder = 6
  203.       OnChange = cbxFWTypeChange
  204.       Items.Strings = (
  205.         'None'
  206.         'Socks4'
  207.         'Socks4a'
  208.         'Socks5')
  209.     end
  210.     object edtProxyPort: TEdit
  211.       Left = 4
  212.       Top = 191
  213.       Width = 95
  214.       Height = 21
  215.       TabOrder = 7
  216.       Text = '1028'
  217.     end
  218.     object edtProxyHost: TEdit
  219.       Left = 4
  220.       Top = 152
  221.       Width = 129
  222.       Height = 21
  223.       TabOrder = 8
  224.     end
  225.     object chkProxyAuthenticate: TCheckBox
  226.       Left = 140
  227.       Top = 109
  228.       Width = 209
  229.       Height = 17
  230.       Caption = 'Use aut&hentication'
  231.       TabOrder = 9
  232.       OnClick = chkProxyAuthenticateClick
  233.     end
  234.     object edtProxyUserID: TEdit
  235.       Left = 140
  236.       Top = 152
  237.       Width = 133
  238.       Height = 21
  239.       TabOrder = 10
  240.     end
  241.     object edtProxyPass: TEdit
  242.       Left = 280
  243.       Top = 151
  244.       Width = 121
  245.       Height = 21
  246.       PasswordChar = '*'
  247.       TabOrder = 11
  248.     end
  249.     object cbxHost: TComboBox
  250.       Left = 4
  251.       Top = 20
  252.       Width = 129
  253.       Height = 21
  254.       DropDownCount = 10
  255.       ItemHeight = 13
  256.       TabOrder = 0
  257.       OnChange = cbxHostChange
  258.     end
  259.     object edtPort: TEdit
  260.       Left = 280
  261.       Top = 60
  262.       Width = 61
  263.       Height = 21
  264.       TabOrder = 3
  265.       Text = '21'
  266.     end
  267.     object btnCustom: TButton
  268.       Left = 280
  269.       Top = 188
  270.       Width = 75
  271.       Height = 25
  272.       Caption = 'Send'
  273.       TabOrder = 12
  274.       Visible = False
  275.       OnClick = btnCustomClick
  276.     end
  277.     object edtCustom: TEdit
  278.       Left = 140
  279.       Top = 192
  280.       Width = 133
  281.       Height = 21
  282.       TabOrder = 13
  283.       Visible = False
  284.     end
  285.   end
  286.   object pnlFTPLog: TPanel
  287.     Left = 0
  288.     Top = 221
  289.     Width = 484
  290.     Height = 45
  291.     Align = alTop
  292.     BevelOuter = bvNone
  293.     TabOrder = 2
  294.     object rchFTPLog: TRichEdit
  295.       Left = 0
  296.       Top = 0
  297.       Width = 484
  298.       Height = 45
  299.       Align = alClient
  300.       HideScrollBars = False
  301.       ReadOnly = True
  302.       ScrollBars = ssVertical
  303.       TabOrder = 0
  304.     end
  305.   end
  306.   object pnlFiles: TPanel
  307.     Left = 0
  308.     Top = 298
  309.     Width = 484
  310.     Height = 231
  311.     Align = alClient
  312.     BevelOuter = bvNone
  313.     Constraints.MinHeight = 50
  314.     TabOrder = 3
  315.     object lvFiles: TListView
  316.       Left = 0
  317.       Top = 0
  318.       Width = 484
  319.       Height = 231
  320.       Align = alClient
  321.       Columns = <
  322.         item
  323.           Caption = 'File names'
  324.           Width = 285
  325.         end
  326.         item
  327.           Alignment = taRightJustify
  328.           Caption = 'Size'
  329.           Width = 75
  330.         end
  331.         item
  332.           Caption = 'Date'
  333.           Width = 100
  334.         end>
  335.       MultiSelect = True
  336.       ReadOnly = True
  337.       TabOrder = 0
  338.       ViewStyle = vsReport
  339.       OnDblClick = lvFilesDblClick
  340.     end
  341.   end
  342.   object pnlCurrentLocal: TPanel
  343.     Left = 0
  344.     Top = 269
  345.     Width = 484
  346.     Height = 29
  347.     Align = alTop
  348.     BevelOuter = bvNone
  349.     TabOrder = 4
  350.     object edtCurrentLocal: TEdit
  351.       Left = 4
  352.       Top = 4
  353.       Width = 443
  354.       Height = 21
  355.       Anchors = [akLeft, akTop, akRight]
  356.       TabOrder = 0
  357.       OnEnter = edtCurrentLocalEnter
  358.       OnExit = edtCurrentLocalExit
  359.       OnKeyPress = edtCurrentLocalKeyPress
  360.       OnKeyUp = edtCurrentLocalKeyUp
  361.     end
  362.     object btnUp: TBitBtn
  363.       Left = 453
  364.       Top = 2
  365.       Width = 29
  366.       Height = 25
  367.       Anchors = [akTop, akRight]
  368.       TabOrder = 1
  369.       OnClick = btnUpClick
  370.       Glyph.Data = {
  371.         36050000424D3605000000000000360400002800000010000000100000000100
  372.         0800000000000001000000000000000000000001000000010000000000000000
  373.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  374.         A60004040400080808000C0C0C0011111100161616001C1C1C00222222002929
  375.         2900555555004D4D4D004242420039393900807CFF005050FF009300D600FFEC
  376.         CC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC000033
  377.         00000033330000336600003399000033CC000033FF0000660000006633000066
  378.         6600006699000066CC000066FF00009900000099330000996600009999000099
  379.         CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF0000FF
  380.         660000FF990000FFCC00330000003300330033006600330099003300CC003300
  381.         FF00333300003333330033336600333399003333CC003333FF00336600003366
  382.         330033666600336699003366CC003366FF003399000033993300339966003399
  383.         99003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC0033CC
  384.         FF0033FF330033FF660033FF990033FFCC0033FFFF0066000000660033006600
  385.         6600660099006600CC006600FF00663300006633330066336600663399006633
  386.         CC006633FF00666600006666330066666600666699006666CC00669900006699
  387.         330066996600669999006699CC006699FF0066CC000066CC330066CC990066CC
  388.         CC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC009999
  389.         000099339900990099009900CC009900000099333300990066009933CC009900
  390.         FF00996600009966330099336600996699009966CC009933FF00999933009999
  391.         6600999999009999CC009999FF0099CC000099CC330066CC660099CC990099CC
  392.         CC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00CC00
  393.         000099003300CC006600CC009900CC00CC0099330000CC333300CC336600CC33
  394.         9900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC009966
  395.         FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC
  396.         3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF
  397.         9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300FF33
  398.         6600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900FF66
  399.         CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC
  400.         0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600FFFF
  401.         9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF66002100
  402.         A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDD
  403.         DD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000
  404.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  405.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000
  406.         000000000000000000FF307979797979797979797979797900FF30C39AA09AA0
  407.         9AA09AA09A9A9A7900FF30C3A0A0A0000000000000009A7900FF30C3A0A0A000
  408.         A0A09AA09AA09A7900FF30C3A0A0A000A09AA09AA09AA07900FF30C3A0000000
  409.         0000A0A09AA09A7900FF30C3A0A0000000A0A09AA09AA07900FF30C3A0A0A000
  410.         A0A0A0A0A0A09A7900FF30C3C3C3C3C3C3C3C3C3C3C3A07900FF307979797979
  411.         7979303030303030FFFFFF30F4C3C3A0A03000FFFFFFFFFFFFFFFFFF30303030
  412.         3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  413.     end
  414.   end
  415.   object StatusBar1: TStatusBar
  416.     Left = 0
  417.     Top = 560
  418.     Width = 484
  419.     Height = 19
  420.     Panels = <>
  421.     SimplePanel = False
  422.   end
  423.   object IdFTP: TIdFTP
  424.     Intercept = IdFTPLog
  425.     InterceptEnabled = True
  426.     OnDisconnected = IdFTPDisconnected
  427.     OnConnected = IdFTPConnected
  428.     Left = 452
  429.     Top = 44
  430.   end
  431.   object IdFTPLog: TIdLogDebug
  432.     Active = True
  433.     LogTime = False
  434.     OnLogItem = IdFTPLogLogItem
  435.     Target = ltEvent
  436.     Left = 424
  437.     Top = 44
  438.   end
  439.   object ImageList1: TImageList
  440.     Left = 452
  441.     Top = 76
  442.     Bitmap = {
  443.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  444.       0000000000003600000028000000400000001000000001002000000000000010
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000000000000000
  454.       0000000000000000000000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000000000000000
  456.       0000000000000000000000000000000000000000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       0000000000000000000000000000000000000000000000000000000000000000
  462.       0000000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       0000000000000000000000000000000000000000000000000000000000000000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000000000000000000000
  469.       0000000000000000000000000000000000000000000000000000000000000000
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       0000000000000000000000000000000000000000000000000000000000000000
  505.       0000000000000000000000000000000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000000000000000
  561.       0000000000000000000000000000000000000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000000000
  564.       0000000000000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       0000000000000000000000000000000000000000000000000000000000000000
  567.       0000000000000000000000000000000000000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000000000000000
  570.       0000000000000000000000000000000000000000000000000000000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       000000000000000000000000000000000000424D3E000000000000003E000000
  574.       2800000040000000100000000100010000000000800000000000000000000000
  575.       000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
  576.       FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000
  577.       FC03FF7F00000000FDFFFFFF00000000FDFFC9C900000000F07FE3E300000000
  578.       F8FFD5D500000000FDFFF7F700000000FFFFFFFF00000000FFFFFFFF00000000
  579.       FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
  580.       000000000000}
  581.   end
  582.   object IvTranslator1: TIvTranslator
  583.     DictionaryName = 'dcoAMStepBuilder'
  584.     OnAfterTranslate = IvTranslator1AfterTranslate
  585.     Left = 232
  586.     Top = 348
  587.     TargetsData = (
  588.       1
  589.       8
  590.       (
  591.         '*'
  592.         'Hint'
  593.         0)
  594.       (
  595.         '*'
  596.         'Caption'
  597.         0)
  598.       (
  599.         '*'
  600.         'Items'
  601.         0)
  602.       (
  603.         'TRichEdit'
  604.         'Text'
  605.         0)
  606.       (
  607.         '*'
  608.         'Lines'
  609.         0)
  610.       (
  611.         '*'
  612.         'Cells'
  613.         0)
  614.       (
  615.         'TMemo'
  616.         'Text'
  617.         0)
  618.       (
  619.         '*'
  620.         'Title'
  621.         0))
  622.   end
  623. end
  624.